Get the information of the corresponding users.
GET
https://LogPoint-IP/get_users
Parameter |
Value Type |
Description |
|---|---|---|
username |
String |
A LogPoint username |
secret_key |
String |
Secret key of LogPoint. Refer to Accessing the Secret Key. |
params={
"username": "John",
"secret_key": "a1b2c3d4e5f6g7h8i9j0k1",
}
{"success": true,
"users": [
{
"usergroups": [
{
"id": "5bebd9fdd8aaa42840edc84f",
"name": "LogPoint Administrator"
}
],
"id": "5bebd9fdd8aaa42840edc853",
"name": "admin"
},
{
"usergroups": [
{
"id": "5bebd9fdd8aaa42840edc84f",
"name": "LogPoint Administrator"
}
],
"id": "5e15969ff5f33401e60fe757",
"name": "sample admin"
},
{
"usergroups": [
{
"id": "5bebd9fdd8aaa42840edc850",
"name": "User Account Administrator"
}
],
"id": "5e1bef95f5f33436dd3a9f07",
"name": "sample user"
}
]
}
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support